Introduction

This utility script is to be used to pull missing egauge and Webctrl data that cannot be otherwise access through their appropriate site. The command format to run the script can be entered into the line below:

         !python scrape-util 'project name' 'start date' 'end date'

An example command to retrieve missing data from the dhhl egauges from 7/20/2017 to 8/1/2017 would be:

         !python scrape-util dhhl 7/20/2017 8/1/2017

Running the script would produce a copy of the formated data in csv format locally in the output folder


In [ ]: